Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: script for creating per-file diffs against arbitrary geth commit #1212

Merged
merged 3 commits into from
Jun 18, 2024

Conversation

ARR4N
Copy link
Contributor

@ARR4N ARR4N commented Jun 17, 2024

Why this should be merged

Provides a common, repeatable method for performing whole-repo diffs against geth, intended for human consumption1.

How this works

Loops over every file changed between the current HEAD and a specified commit, printing a per-file diff to a shadow directory structure.

How this was tested

Manually by inspection of output. It's only a helper script for developer chores so doesn't necessitate full testing.

How is this documented

Usage comment in the script.

Footnotes

  1. For programmatic diff consumption, consider bluekeyes/go-gitdiff

@ARR4N ARR4N merged commit 5567b89 into master Jun 18, 2024
12 checks passed
@ARR4N ARR4N deleted the arr4n/diff-against-script branch June 18, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants